home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 October / Pcwk1097.iso / REKLAMY / ATA-INT / 3220 / 3220.EXE / 3220.DXR / 00080_non group check box.ls < prev    next >
Encoding:
Text File  |  1997-02-13  |  205 b   |  8 lines

  1. on mouseUp
  2.   global gSweepHiliteTrigger, gDCAnimObj
  3.   if the MASTER_CHECK of gDCAnimObj <> 0 then
  4.     set the hilite of cast the MASTER_CHECK of gDCAnimObj to 1
  5.   end if
  6.   set gSweepHiliteTrigger to 1
  7. end
  8.